www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\admin\admindown\D_select_sev.asp

    <html> 
<head> 
<title>Date</title> 
<style type=text/css> 
<!-- 
body,td {
      margin-left:0;
	  margin-top:0;
	  font-size:12px;
}
a:link {color:#000000;text-decoration: none} 
a:visited {color:#000000;text-decoration: none} 
a:active {color:#000000;text-decoration: none} 
a:hover { color:#ff3333;text-decoration: none} 
--> 
</style> 



<LINK href="../css.css" rel=stylesheet>


<%

dir_set="../../"
Server.ScriptTimeout = 99999

%>


<!--#include file=../../inc/conn.asp-->
<!--#include file=../../inc/Functionb.asp-->

<!--#include file=../../inc/ajaxLIB.asp-->

<!--#include file=../inc/checkadmin2.asp-->

<!--#include file=../../inc/functionFiless.asp-->
<!--#include file=../inc/inc_sys.asp-->





<Script Language="JavaScript"> 
function ok1(id,aaa,bbb){ 



window.opener.document.<%=request.querystring("form")%>.<%=request.querystring("field")%>.value=bbb; 

window.opener.document.<%=request.querystring("form")%>.<%=request.querystring("field2")%>.value=aaa;



window.close(); 
return false; 
} 
</Script> 
<style type="text/css">
<!--
.STYLE1 {
	color: #FFFFFF;
	font-weight: bold;
}
-->
</style>
</head> 
<body bgcolor=#ffffff onBlur="window.focus()"> 


<table width="714" height="62" border="1" cellpadding="0" cellspacing="0">
  <tr>
    <td width="145" height="20" align="center" bgcolor="#000099"><span class="STYLE1">选择</span></td>
    <td width="172" align="center" bgcolor="#000099"><span class="STYLE1">服务器名称</span></td>

    <td width="389" align="center" bgcolor="#000099"><span class="STYLE1">服务器路径</span></td>
    

    

  </tr>
  
  
  
  
  <%

biao="[ND_down_server]"


  set rs=server.CreateObject("adodb.recordset")
       rs.open"select * from "&biao&" where sys_content_type='"&request("sys_content_type")&"' order by id desc",conn,1,1
	   
	   do while not rs.eof
if rs("is_outlink")="1" then 
	   ssss=rs("outlink_url")

else
	   ssss=rs("DownloadPath")

end if

	   %>
	   
	   
  
  <tr>
    <td align="center" bgcolor="#FFFFFF"><input type="button" value=选择此服务器 onClick="ok1('<%=rs("id")%>','<%=rs("name")%>','<%=ssss%>');"></td>
    <td height="40" align="center" bgcolor="#FFFFFF"><%=gottopic(rs("name"),20)%></td>

    <td align="center" bgcolor="#FFFFFF"><%=ssss%></td>
    


  </tr>
  
  
  <%
  rs.movenext
  loop
  %>
  
  
  
  
  
</table>

</body> 
</html>